'Declaration
Public Overloads Shared Function Create( _ Optional ByVal getFontSize As Func(Of Double), _ Optional ByVal getFontFamily As Func(Of String), _ Optional ByVal getIsBold As Func(Of Nullable(Of Boolean)), _ Optional ByVal getIsItalic As Func(Of Nullable(Of Boolean)) _ ) As C1Font
public static C1Font Create( Func<double> getFontSize, Func<string> getFontFamily, Func<Nullable<bool>> getIsBold, Func<Nullable<bool>> getIsItalic )
Parameters
- getFontSize
- getFontFamily
- getIsBold
- getIsItalic